POV-Ray : Newsgroups : povray.binaries.images : Corrugated Roofing : Re: Corrugated Roofing Server Time
9 Aug 2024 17:16:47 EDT (-0400)
  Re: Corrugated Roofing  
From: Bathurstfreak
Date: 29 Dec 2004 07:45:01
Message: <web.41d2a62a9b0fd5ad127a3fdf0@news.povray.org>
> #declare Freq=20;
>
> isosurface {
>     function {
>          y-sin(x*Freq)/25
>     }
>     contained_by {
>      box {<-1.5,-1,-8>,<1.5,1,8>} // could change x and z (W and L)
>     }
>     max_gradient 2 // adjust
>     open // make surface only
>     pigment {rgb 1}
>     scale 1
> }

Cheers, I'll be sure to give you cred in my IRTC entry, but if I forget,
here it is.


Post a reply to this message


Attachments:
Download 'platform.jpg' (44 KB)

Preview of image 'platform.jpg'
platform.jpg


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.